home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / K-L / LImacSTACK11⁄89.cpt / LImacSTACK.11_89 / card_5565.txt < prev    next >
Text File  |  1989-11-02  |  3KB  |  130 lines

  1. -- card: 5565 from stack: in.11_89
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 20742
  5. -- name: Navigation Help
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide bg btn "Go List"
  9.   hide bg btn "More..."
  10. end openCard
  11.  
  12. on closeCard
  13.   show bg btn "More..."
  14. end closeCard
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=351 top=72 right=93 bottom=373
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 4465 / 4465
  23. -- text alignment: 1
  24. -- font id: 3
  25. -- text size: 9
  26. -- style flags: 0
  27. -- line height: 12
  28. -- part name: Index
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   push cd
  32.   visual barn door close to black
  33.   visual barn door open
  34.   go cd "LImacSTACK index"
  35. end mouseUp
  36.  
  37.  
  38.  
  39. -- part 2 (button)
  40. -- low flags: 00
  41. -- high flags: 0000
  42. -- rect: left=318 top=98 right=120 bottom=347
  43. -- title width / last selected line: 0
  44. -- icon id / first selected line: 6721 / 6721
  45. -- text alignment: 1
  46. -- font id: 0
  47. -- text size: 12
  48. -- style flags: 0
  49. -- line height: 16
  50. -- part name: Return
  51. ----- HyperTalk script -----
  52. on mouseUp
  53.   visual iris close to grey
  54.   visual iris open
  55.   pop cd
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part 3 (button)
  61. -- low flags: 00
  62. -- high flags: A000
  63. -- rect: left=153 top=260 right=309 bottom=240
  64. -- title width / last selected line: 0
  65. -- icon id / first selected line: 29107 / 29107
  66. -- text alignment: 1
  67. -- font id: 0
  68. -- text size: 12
  69. -- style flags: 0
  70. -- line height: 16
  71. -- part name: LImacSTACK.7/89
  72. ----- HyperTalk script -----
  73. on mouseUp
  74.   answer "Paste this button into another stack?" with "No" or "Sure!"
  75.   if it is "No" then exit mouseUp
  76.   ask "Paste LImacSTACK's button into which stack?" with "Home"
  77.   if it is empty then exit mouseUp
  78.   put it into DeSt
  79.   put "on mouseUp" & return into myScript
  80.   put "go stack" & quote & "LImacSTACK.7/89" & quote & return after myScript
  81.   put "end mouseUp" after myScript
  82.   lock screen
  83.   select cd btn "LImacSTACK.7/89"
  84.   doMenu "Copy Button"
  85.   go stack deSt
  86.   repeat with i = 1 to the number of btns
  87.     if short name of btn i = "LImacSTACK.7/89" then
  88.       go back
  89.       choose browse tool
  90.       answer "LImacSTACK's button is already there!"
  91.       hide menuBar
  92.       unlock screen with dissolve
  93.       exit mouseUp
  94.     end if
  95.   end repeat
  96.   doMenu "Paste Button"
  97.   set the rect of btn "LImacSTACK.7/89" to 202,30,289,79
  98.   set the showName of btn "LImacSTACK.7/89" to true
  99.   choose browse tool
  100.   set cursor to hand
  101.   unlock screen
  102.   get the mouseClick
  103.   answer "Drag button to a comfy spot & click."
  104.   repeat until the mouseClick
  105.     set loc of btn "LImacSTACK.7/89" to the mouseLoc
  106.   end repeat
  107.   set the script of button "LImacSTACK.7/89" to myScript
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part contents for background part 1
  113. ----- text -----
  114. Navigation
  115. Help
  116.  
  117. -- part contents for background part 11
  118. ----- text -----
  119.                          - ON ANY CARD -
  120. To get to the opening ("cover") card from anywhere:
  121.       Click on First Card button.
  122.  
  123. The "bent arrow button"            will usually return you to the top of a section. In other words, if you click on a "Topic" button from the "cover" card and then flip through the "Topic" section for 3 or 4 cards and then click the "bent arrow button", you will return to the 
  124. "cover" card.
  125. Fast way to flip through cards:
  126. Hold down mouse when clicking Next or Prev button.
  127.              
  128.              ‚Ä¢ Note ‚Ä¢ This button will paste itself into your 
  129.                Home (or any other) stack. Then when you
  130.                click it, you will come to this stack.